-
Notifications
You must be signed in to change notification settings - Fork 619
[Dashboard] Feature: Adds analytics to in-app-wallets page #5186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5186 +/- ##
=======================================
Coverage 45.36% 45.36%
=======================================
Files 1068 1068
Lines 55230 55230
Branches 3970 3970
=======================================
Hits 25055 25055
Misses 29483 29483
Partials 692 692
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
202da19 to
a1d7d00
Compare
a1d7d00 to
68ce340
Compare
Merge activity
|
<img width="1106" alt="Screenshot 2024-10-25 at 4 02 59 PM" src="https://github.com/user-attachments/assets/8b559170-2d5e-4810-8a29-55f155448e40"> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on enhancing the in-app wallets feature by adding tracking capabilities, restructuring components, and improving analytics. It introduces new interfaces, updates existing components, and removes unnecessary elements to streamline functionality and improve user experience. ### Detailed summary - Added `InAppWalletStats` interface. - Introduced `TRACKING_CATEGORY` constants for analytics. - Updated components to utilize new tracking categories. - Removed `AnalyticsCallout` from layout. - Replaced `Separator` with `<div className="h-5" />` for spacing. - Enhanced analytics pages to fetch and display wallet usage data. - Implemented new routing for in-app wallet analytics. - Updated `InAppWalletUsersChartCard` for better data visualization. - Improved the structure of the `Tabs` component for navigation. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
68ce340 to
2bf65c0
Compare
<img width="1106" alt="Screenshot 2024-10-25 at 4 02 59 PM" src="https://github.com/user-attachments/assets/8b559170-2d5e-4810-8a29-55f155448e40"> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on enhancing the in-app wallets feature by adding tracking capabilities, restructuring components, and improving analytics. It introduces new interfaces, updates existing components, and removes unnecessary elements to streamline functionality and improve user experience. ### Detailed summary - Added `InAppWalletStats` interface. - Introduced `TRACKING_CATEGORY` constants for analytics. - Updated components to utilize new tracking categories. - Removed `AnalyticsCallout` from layout. - Replaced `Separator` with `<div className="h-5" />` for spacing. - Enhanced analytics pages to fetch and display wallet usage data. - Implemented new routing for in-app wallet analytics. - Updated `InAppWalletUsersChartCard` for better data visualization. - Improved the structure of the `Tabs` component for navigation. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
…5227) Co-authored-by: gregfromstl <[email protected]>
…5227) Co-authored-by: gregfromstl <[email protected]>
…5227) Co-authored-by: gregfromstl <[email protected]>
PR-Codex overview
This PR focuses on enhancing the in-app wallets feature by introducing new components, refining analytics, and improving the user interface. It also removes the
AnalyticsCalloutcomponent and updates tracking categories for better analytics management.Detailed summary
AnalyticsCalloutfrom the layout.InAppWalletStatsinterface.TRACKING_CATEGORYconstants for embedded wallets and team in-app wallets.Tabscomponents to accommodate new routes.